org.eclipse.vtp.desktop.editors.core.model
Class UIConnector.ConnectorEndPoint

java.lang.Object
  extended by org.eclipse.vtp.desktop.editors.core.model.UIConnector.ConnectorEndPoint
All Implemented Interfaces:
UIConnector.GraphPoint
Enclosing class:
UIConnector

public class UIConnector.ConnectorEndPoint
extends java.lang.Object
implements UIConnector.GraphPoint


Constructor Summary
UIConnector.ConnectorEndPoint(UIElement terminus)
           
 
Method Summary
 void adjustPosition(int xoff, int yoff)
           
 org.eclipse.swt.graphics.Point getPoint(org.eclipse.swt.graphics.Point originPoint)
           
 org.eclipse.swt.graphics.Point getRegistryPoint()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIConnector.ConnectorEndPoint

public UIConnector.ConnectorEndPoint(UIElement terminus)
Method Detail

getPoint

public org.eclipse.swt.graphics.Point getPoint(org.eclipse.swt.graphics.Point originPoint)
Specified by:
getPoint in interface UIConnector.GraphPoint

getRegistryPoint

public org.eclipse.swt.graphics.Point getRegistryPoint()
Specified by:
getRegistryPoint in interface UIConnector.GraphPoint

adjustPosition

public void adjustPosition(int xoff,
                           int yoff)
Specified by:
adjustPosition in interface UIConnector.GraphPoint